Skip to content

Added in predicate.#7

Open
ranadheerp wants to merge 2 commits intomasterfrom
hotfix/ranadheerp-inPredicate
Open

Added in predicate.#7
ranadheerp wants to merge 2 commits intomasterfrom
hotfix/ranadheerp-inPredicate

Conversation

@ranadheerp
Copy link

No description provided.

@ranadheerp ranadheerp requested a review from charlesprakash June 7, 2018 13:38
@coveralls
Copy link

coveralls commented Jun 7, 2018

Pull Request Test Coverage Report for Build 42

  • 3 of 3 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.6%) to 71.144%

Totals Coverage Status
Change from base Build 37: 0.6%
Covered Lines: 472
Relevant Lines: 629

💛 - Coveralls

+ this.visitNode(context, node.predicate).queryString
+ (node.negate ? " NOT IN " : " IN ")
+ "("
+ this.visitNode(context, node.target).queryString
Copy link
Contributor

@charlesprakash charlesprakash Jun 7, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this cover the IN predicate with an array as well? Like SELECT * FROM a WHERE a.category IN ('Cat1', 'Cat2', 'Cat3')? Please add a test case if so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants